projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c0ed0
)
(describe_category): Handle a sub-chartable.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Sep 1997 17:54:37 +0000
(17:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Sep 1997 17:54:37 +0000
(17:54 +0000)
src/category.c
patch
|
blob
|
history
diff --git
a/src/category.c
b/src/category.c
index f63b65e1301d568fd217b7e2cf4e3733c6dc2a16..5a3507e985f4e135cf57561b2d54598258412f05 100644
(file)
--- a/
src/category.c
+++ b/
src/category.c
@@
-467,6
+467,12
@@
describe_category (value)
return;
}
+ if (CHAR_TABLE_P (value))
+ {
+ insert_string ("deeper char-table ...\n");
+ return;
+ }
+
if (!CATEGORY_SET_P (value))
{
insert_string ("invalid\n");